'Declaration
Public Overloads Shared Function GetBounds( _ ByVal points() As NPointF _ ) As NRectangleF
'Usage
Dim points() As NPointF Dim value As NRectangleF value = NGeometry2D.GetBounds(points)
public static NRectangleF GetBounds( NPointF[] points )
Parameters
- points